#site_layout {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/hintergrund.jpg);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FEA06A;
	border-right-color: #FEA06A;
	border-bottom-color: #FEA06A;
	border-left-color: #FEA06A;
}
